This is SCE's description
When "Configure" action is prepared, SCE member will create an INF
file which will be later on used for applying the configuration to
the system by using SCE.
When "Configure" action is applied, SCE will be invoked to apply the INF file
created by the prepare phase. To do that, we will launch the SCE.wsf script.
SCE-Setup.wsf and SCE-Cleanup.wsf illustrate the use of
script files not created by the Prepare phase
SCE.wsf does all the real SCE work.
When "Rollback" action is prepared, SCE member will create an INF
file which will be later on used for applying the configuration to
the system by using SCE. This action must be done before the configuration
action is applied because we need the current system's state to prepare
for rollback.
When "Rollback" action is applied, SCE will be invoked to apply the INF file
created by the prepare phase. To do that, we will launch the SCE.wsf script.
When "Report" action is prepared, we will generate an XML file to detail what will
be done to the system when the security policy is applied.